Execute JS is a enhanced JavaScript-Console, where you can comfortably enter and execute arbitrary JavaScript-Code and modify functions. With Execute JS you can: Execute arbitrary (multiline) JavaScript Code in every window you like; Evaluting the properties of an object; Modifying functions on the fly i.e. you can search for functions, load and edit them and eventually save the modified function.
In addition Execute JS provides a history of the executed code snipets. By pressing Ctrl+Up/Down you can navigate in this history. Also some shortcut notations for frequent used expressions (e.g. getbyid for document.getElementById) were provided. You can open the console window via the menu or via an configurable shortcut (default: Ctrl+Alt+Shift+C).
What is new in this release:
Version 0.2.3 adds support for Thunderbird.
Requirements:
Firefox: 1.5 - 3.6
Comments not found